runtime.mheap.allocMSpanLocked (method)

4 uses

	runtime (current package)
		arena.go#L1025: 				s := h.allocMSpanLocked()
		arena.go#L1037: 		s = h.allocMSpanLocked()
		mheap.go#L1160: func (h *mheap) allocMSpanLocked() *mspan {
		mheap.go#L1313: 		s = h.allocMSpanLocked()